hvm rombios: Fix int15, func 0x86 (udelay).
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 24 Apr 2007 11:13:58 +0000 (12:13 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 24 Apr 2007 11:13:58 +0000 (12:13 +0100)
commit25ae564134f1267e9d19f9bb711334bec46fa05c
treefec91b411f33be24e1b1902c4f247c852472c55c
parentf629824b94dce9500754bcf0c84713c3e6411846
hvm rombios: Fix int15, func 0x86 (udelay).
Was reading argument from wrong stack location with recent versions of
bcc. Doing the access from [bp] rather than [sp] is safer as the
former does not change all the time.
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/firmware/rombios/rombios.c